Method ExecuteAtomicAsync<T>(Func<Task<T>>)

Assembly: redb.Postgres.dll

Execute operations atomically and return result.

public Task<T> ExecuteAtomicAsync<T>(Func<Task<T>> operations)